bitkeeper revision 1.1744.1.1 (42bb2b36zVlhMosXY3bEaiG-q9siMg)
authorvh249@arcadians.cl.cam.ac.uk <vh249@arcadians.cl.cam.ac.uk>
Thu, 23 Jun 2005 21:35:50 +0000 (21:35 +0000)
committervh249@arcadians.cl.cam.ac.uk <vh249@arcadians.cl.cam.ac.uk>
Thu, 23 Jun 2005 21:35:50 +0000 (21:35 +0000)
fix tools compilation on x86_64 adding 2 fields that will be unused

Signed-off-by: Vincent Hanquez <vincent@xensource.com>
xen/include/public/arch-x86_64.h

index 634c53a34e626264e317a264b5647ce8319327d4..f6f73d2f7549b0ef699fc973999dca439d5e399f 100644 (file)
@@ -187,6 +187,8 @@ typedef struct vcpu_guest_context {
     unsigned long gdt_frames[16], gdt_ents; /* GDT (machine frames, # ents) */
     unsigned long kernel_ss, kernel_sp;     /* Virtual TSS (only SS1/SP1)   */
     unsigned long pt_base;                  /* CR3 (pagetable base)         */
+    unsigned long cr0;                      /* CR0                          */
+    unsigned long cr4;                      /* CR4                          */
     unsigned long debugreg[8];              /* DB0-DB7 (debug registers)    */
     unsigned long event_callback_eip;
     unsigned long failsafe_callback_eip;